home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Stone Design
/
Stone Design.iso
/
Stone_Friends
/
Wave
/
WavesWorld
/
Source
/
IBPalettes
/
WW3DKit
/
WW3DBox.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-03-22
|
253 b
|
17 lines
#import <appkit/appkit.h>
#import "WW3DCompoundCommand.h"
@interface WW3DBox:WW3DCompoundCommand
{
RtInt nPolys;
RtInt nVerts[6];
RtInt verts[24];
RtPoint points[8];
RtFloat xMin, yMin, zMin,
xMax, yMax, zMax;
}
@end